Package com.cisco.pt.ipc.system
Interface VariableManager
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
VariableManagerImpl
Information provided by the PKI file:
\class VariableManager
\brief VariableManager manages the variables and pools in an activity.
\example appWindow().getActiveFile().getVariableManager()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetIpPoolAt(int i) Information provided by the PKI file:intInformation provided by the PKI file:getNumberPoolAt(int i) Information provided by the PKI file:intInformation provided by the PKI file:getStringPoolAt(int i) Information provided by the PKI file:intInformation provided by the PKI file:getVariable(int i) Information provided by the PKI file:getVariableByName(String name) Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getVariableSize
int getVariableSize()Information provided by the PKI file:
\brief Returns the total number of variables. \return int, the total number of variables.- Returns:
- int Returns a int
-
getVariable
Information provided by the PKI file:
\brief Returns the variable at the specified index. \param i, the index of the variable of interest. \return Variable, the Variable object at the specified index.- Parameters:
i- Takes in a parameter of i- Returns:
- Variable Returns a Variable
-
getVariableByName
Information provided by the PKI file:
\brief Returns the variable with the specified name. \param name, the name of the variable of interest. \return Variable, the Variable object with the specified name.- Parameters:
name- Takes in a parameter of name- Returns:
- Variable Returns a Variable
-
getNumberPoolSize
int getNumberPoolSize()Information provided by the PKI file:
\brief Returns the number of variables in the number pool. \return int, the number of variables in the number pool.- Returns:
- int Returns a int
-
getStringPoolSize
int getStringPoolSize()Information provided by the PKI file:
\brief Returns the number of variables in the string pool. \return int, the number of variables in the string pool.- Returns:
- int Returns a int
-
getIpPoolSize
int getIpPoolSize()Information provided by the PKI file:
\brief Returns the number of variables in the IP pool. \return int, the number of variables in the IP pool.- Returns:
- int Returns a int
-
getNumberPoolAt
Information provided by the PKI file:
\brief Returns the number pool at the specified index. \param i, the index of the number pool of interest. \return Pool, the Pool object at the specified index.- Parameters:
i- Takes in a parameter of i- Returns:
- Pool Returns a Pool
-
getStringPoolAt
Information provided by the PKI file:
\brief Returns the string pool at the specified index. \param i, the index of the string pool of interest. \return Pool, the Pool object at the specified index.- Parameters:
i- Takes in a parameter of i- Returns:
- Pool Returns a Pool
-
getIpPoolAt
Information provided by the PKI file:
\brief Returns the IP pool at the specified index. \param i, the index of the IP pool of interest. \return Pool, the Pool object at the specified index.- Parameters:
i- Takes in a parameter of i- Returns:
- Pool Returns a Pool
-